3.44 \(\int \frac{(a+b x) (a c-b c x)^6}{x^9} \, dx\)

Optimal. Leaf size=41 \[ -\frac{c^6 (a-b x)^7}{8 x^8}-\frac{9 b c^6 (a-b x)^7}{56 a x^7} \]

[Out]

-(c^6*(a - b*x)^7)/(8*x^8) - (9*b*c^6*(a - b*x)^7)/(56*a*x^7)

_______________________________________________________________________________________

Rubi [A]  time = 0.048592, antiderivative size = 41, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.1 \[ -\frac{c^6 (a-b x)^7}{8 x^8}-\frac{9 b c^6 (a-b x)^7}{56 a x^7} \]

Antiderivative was successfully verified.

[In]  Int[((a + b*x)*(a*c - b*c*x)^6)/x^9,x]

[Out]

-(c^6*(a - b*x)^7)/(8*x^8) - (9*b*c^6*(a - b*x)^7)/(56*a*x^7)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 11.5599, size = 36, normalized size = 0.88 \[ - \frac{c^{6} \left (a - b x\right )^{7}}{8 x^{8}} - \frac{9 b c^{6} \left (a - b x\right )^{7}}{56 a x^{7}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((b*x+a)*(-b*c*x+a*c)**6/x**9,x)

[Out]

-c**6*(a - b*x)**7/(8*x**8) - 9*b*c**6*(a - b*x)**7/(56*a*x**7)

_______________________________________________________________________________________

Mathematica [B]  time = 0.0126723, size = 112, normalized size = 2.73 \[ -\frac{a^7 c^6}{8 x^8}+\frac{5 a^6 b c^6}{7 x^7}-\frac{3 a^5 b^2 c^6}{2 x^6}+\frac{a^4 b^3 c^6}{x^5}+\frac{5 a^3 b^4 c^6}{4 x^4}-\frac{3 a^2 b^5 c^6}{x^3}+\frac{5 a b^6 c^6}{2 x^2}-\frac{b^7 c^6}{x} \]

Antiderivative was successfully verified.

[In]  Integrate[((a + b*x)*(a*c - b*c*x)^6)/x^9,x]

[Out]

-(a^7*c^6)/(8*x^8) + (5*a^6*b*c^6)/(7*x^7) - (3*a^5*b^2*c^6)/(2*x^6) + (a^4*b^3*
c^6)/x^5 + (5*a^3*b^4*c^6)/(4*x^4) - (3*a^2*b^5*c^6)/x^3 + (5*a*b^6*c^6)/(2*x^2)
 - (b^7*c^6)/x

_______________________________________________________________________________________

Maple [B]  time = 0.009, size = 83, normalized size = 2. \[{c}^{6} \left ( -{\frac{{a}^{7}}{8\,{x}^{8}}}+{\frac{5\,{a}^{6}b}{7\,{x}^{7}}}+{\frac{5\,a{b}^{6}}{2\,{x}^{2}}}+{\frac{{a}^{4}{b}^{3}}{{x}^{5}}}-{\frac{{b}^{7}}{x}}-3\,{\frac{{a}^{2}{b}^{5}}{{x}^{3}}}+{\frac{5\,{a}^{3}{b}^{4}}{4\,{x}^{4}}}-{\frac{3\,{a}^{5}{b}^{2}}{2\,{x}^{6}}} \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((b*x+a)*(-b*c*x+a*c)^6/x^9,x)

[Out]

c^6*(-1/8*a^7/x^8+5/7*a^6*b/x^7+5/2*a*b^6/x^2+a^4*b^3/x^5-b^7/x-3*a^2*b^5/x^3+5/
4*a^3*b^4/x^4-3/2*a^5*b^2/x^6)

_______________________________________________________________________________________

Maxima [A]  time = 1.34906, size = 139, normalized size = 3.39 \[ -\frac{56 \, b^{7} c^{6} x^{7} - 140 \, a b^{6} c^{6} x^{6} + 168 \, a^{2} b^{5} c^{6} x^{5} - 70 \, a^{3} b^{4} c^{6} x^{4} - 56 \, a^{4} b^{3} c^{6} x^{3} + 84 \, a^{5} b^{2} c^{6} x^{2} - 40 \, a^{6} b c^{6} x + 7 \, a^{7} c^{6}}{56 \, x^{8}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*c*x - a*c)^6*(b*x + a)/x^9,x, algorithm="maxima")

[Out]

-1/56*(56*b^7*c^6*x^7 - 140*a*b^6*c^6*x^6 + 168*a^2*b^5*c^6*x^5 - 70*a^3*b^4*c^6
*x^4 - 56*a^4*b^3*c^6*x^3 + 84*a^5*b^2*c^6*x^2 - 40*a^6*b*c^6*x + 7*a^7*c^6)/x^8

_______________________________________________________________________________________

Fricas [A]  time = 0.202988, size = 139, normalized size = 3.39 \[ -\frac{56 \, b^{7} c^{6} x^{7} - 140 \, a b^{6} c^{6} x^{6} + 168 \, a^{2} b^{5} c^{6} x^{5} - 70 \, a^{3} b^{4} c^{6} x^{4} - 56 \, a^{4} b^{3} c^{6} x^{3} + 84 \, a^{5} b^{2} c^{6} x^{2} - 40 \, a^{6} b c^{6} x + 7 \, a^{7} c^{6}}{56 \, x^{8}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*c*x - a*c)^6*(b*x + a)/x^9,x, algorithm="fricas")

[Out]

-1/56*(56*b^7*c^6*x^7 - 140*a*b^6*c^6*x^6 + 168*a^2*b^5*c^6*x^5 - 70*a^3*b^4*c^6
*x^4 - 56*a^4*b^3*c^6*x^3 + 84*a^5*b^2*c^6*x^2 - 40*a^6*b*c^6*x + 7*a^7*c^6)/x^8

_______________________________________________________________________________________

Sympy [A]  time = 3.28287, size = 112, normalized size = 2.73 \[ - \frac{7 a^{7} c^{6} - 40 a^{6} b c^{6} x + 84 a^{5} b^{2} c^{6} x^{2} - 56 a^{4} b^{3} c^{6} x^{3} - 70 a^{3} b^{4} c^{6} x^{4} + 168 a^{2} b^{5} c^{6} x^{5} - 140 a b^{6} c^{6} x^{6} + 56 b^{7} c^{6} x^{7}}{56 x^{8}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x+a)*(-b*c*x+a*c)**6/x**9,x)

[Out]

-(7*a**7*c**6 - 40*a**6*b*c**6*x + 84*a**5*b**2*c**6*x**2 - 56*a**4*b**3*c**6*x*
*3 - 70*a**3*b**4*c**6*x**4 + 168*a**2*b**5*c**6*x**5 - 140*a*b**6*c**6*x**6 + 5
6*b**7*c**6*x**7)/(56*x**8)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.243355, size = 139, normalized size = 3.39 \[ -\frac{56 \, b^{7} c^{6} x^{7} - 140 \, a b^{6} c^{6} x^{6} + 168 \, a^{2} b^{5} c^{6} x^{5} - 70 \, a^{3} b^{4} c^{6} x^{4} - 56 \, a^{4} b^{3} c^{6} x^{3} + 84 \, a^{5} b^{2} c^{6} x^{2} - 40 \, a^{6} b c^{6} x + 7 \, a^{7} c^{6}}{56 \, x^{8}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*c*x - a*c)^6*(b*x + a)/x^9,x, algorithm="giac")

[Out]

-1/56*(56*b^7*c^6*x^7 - 140*a*b^6*c^6*x^6 + 168*a^2*b^5*c^6*x^5 - 70*a^3*b^4*c^6
*x^4 - 56*a^4*b^3*c^6*x^3 + 84*a^5*b^2*c^6*x^2 - 40*a^6*b*c^6*x + 7*a^7*c^6)/x^8